home *** CD-ROM | disk | FTP | other *** search
- // Filename: CALC.RC
- // "CALC" Generated by Visual Programmer.
- // Author: Blue Sky
-
- //
- // ***********************************************************************
- // Do not add code here.
- //
- // This file is maintained by the Switch-It Module.
- // As you make changes in your applications design,
- // this file is automatically updated, therefore you never modify this file.
- //
- //
- //
- // For more information,
- // see the section "How code is generated" in the documentation.
- //
- // ***********************************************************************
- //
-
- #define THISISBLDRC
-
- #include "AFXRES.H"
- #include "CALC.H"
-
-
-
- #include "DIALOG.DLG"
-
- EQUAL BITMAP EQUAL.BMP
- CALC0 BITMAP CALC0.BMP
- CALC1 BITMAP CALC1.BMP
- CALC2 BITMAP CALC2.BMP
- CALC3 BITMAP CALC3.BMP
- CALC4 BITMAP CALC4.BMP
- CALC5 BITMAP CALC5.BMP
- CALC6 BITMAP CALC6.BMP
- CALC7 BITMAP CALC7.BMP
- CALC8 BITMAP CALC8.BMP
- CALC9 BITMAP CALC9.BMP
- CLEAR BITMAP CLEAR.BMP
- TIMES BITMAP TIMES.BMP
- DIVIDE BITMAP DIVIDE.BMP
- MINUS BITMAP MINUS.BMP
- PLUS BITMAP PLUS.BMP
- BLUESKY BITMAP BLUESKY.BMP
-
-
-
- // *******************************************************
- // Resource code for error message strings
- // *******************************************************
-
- STRINGTABLE
- BEGIN
- BLD_CannotRun "Cannot run "
- BLD_CannotCreate "Cannot create dialog box "
- BLD_CannotLoadMenu "Cannot load menu "
- BLD_CannotLoadIcon "Cannot load icon "
- BLD_CannotLoadBitmap "Cannot load bitmap "
- BLD_CannotCreateWindow "Cannot create window "
- END
-
-